eBay Sold Listings (10 marketplaces) avatar

eBay Sold Listings (10 marketplaces)

Pricing

from $0.005 / seller profile

Go to Apify Store
eBay Sold Listings (10 marketplaces)

eBay Sold Listings (10 marketplaces)

Two modes in one actor. SELLER: paste any eBay URL (/usr/, /str/, /itm/), get a JSON record with feedback, DSR, 90-day GMV, sell-through, repeat-buyer ratio, tier. KEYWORD: paste phrases, get sold/active listings with prices. 10 marketplaces, multilingual, pay-per-event ($5-15/1k).

Pricing

from $0.005 / seller profile

Rating

0.0

(0)

Developer

Blynx

Blynx

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

a day ago

Last modified

Share

๐Ÿ›’ eBay Sold Listings + Seller Intelligence

Research eBay prices and sellers across 10 marketplaces. Find sold listings by keyword, check active/completed items, or paste seller/store/item URLs and get a full seller intelligence record with feedback, GMV estimates, sell-through, recent feedback, and tier.

One actor, two jobs: price research from listings and seller research from profiles. Useful when you need eBay data that is cleaner than copy-pasting search pages and faster than building your own scraper.


๐Ÿ”ฅ What this actor is good at

  • ๐Ÿ’ฐ Sold price research: collect sold/completed listings from the last public eBay window
  • ๐Ÿ“ฆ Active listing monitoring: see what is live now by keyword and marketplace
  • ๐Ÿง‘โ€๐Ÿ’ผ Seller intelligence: reputation, store flag, business flag, feedback velocity, active/sold counts
  • ๐Ÿ“ˆ GMV and velocity estimates: monthly/annual GMV, 90-day sold count, average sold price
  • ๐ŸŒ 10 eBay marketplaces: US, UK, DE, FR, IT, ES, CA, AU, IE, NL
  • ๐Ÿ”Ž Filters that matter: price, category, condition, item location, sorting, sold-date window
  • ๐Ÿงพ Clean exports: listing rows or seller rows ready for CSV, Excel, Google Sheets, BI tools, or API use

โš™๏ธ Two workflows

1. KEYWORD_SEARCH - listing rows

Use this for product research. Search phrases like "iphone 15 pro max", "pokemon booster box", or "sony wh-1000xm5" and get one row per matching sold, active, or completed listing.

2. SELLER_INTELLIGENCE - seller rows

Use this for competitor research and lead lists. Paste eBay profile URLs, store URLs, seller search URLs, item URLs, raw usernames, or an input dataset. The actor resolves the seller and returns one enriched seller record.

๐Ÿ’ก Pro tip: run KEYWORD_SEARCH first to discover sellers in a niche, then feed item URLs or seller URLs into SELLER_INTELLIGENCE.


๐Ÿ“ฅ Input examples

Sold listings by keyword

{
"mode": "KEYWORD_SEARCH",
"keywords": ["iphone 15 pro max"],
"listingType": "SOLD",
"daysToScrape": 30,
"count": 100,
"ebaySite": "EBAY_US",
"sortOrder": "endedRecently",
"condition": "ANY"
}

Active listings with a price filter

{
"mode": "KEYWORD_SEARCH",
"keywords": ["sony wh-1000xm5"],
"listingType": "ACTIVE",
"count": 250,
"ebaySite": "EBAY_UK",
"minPrice": 100,
"maxPrice": 300,
"condition": "USED",
"sortOrder": "priceLowest"
}

Seller intelligence from URLs

{
"mode": "SELLER_INTELLIGENCE",
"profileUrls": [
{ "url": "https://www.ebay.com/usr/musicmagpie" },
{ "url": "https://www.ebay.com/itm/123456789012" }
],
"ebaySite": "EBAY_US",
"includeActiveListings": true,
"includeSoldListings": true,
"includeRecentFeedback": true
}

๐ŸŒ Supported marketplaces

ValueMarketplace
EBAY_USebay.com
EBAY_UKebay.co.uk
EBAY_DEebay.de
EBAY_FRebay.fr
EBAY_ITebay.it
EBAY_ESebay.es
EBAY_CAebay.ca
EBAY_AUebay.com.au
EBAY_IEebay.ie
EBAY_NLebay.nl

๐Ÿ”Ž Keyword search fields

FieldWhat it does
keywordsProduct, brand, model, or search phrase. Each phrase runs separately.
listingTypeSOLD, ACTIVE, or COMPLETED.
daysToScrapeHow many days back to keep for sold/completed results. eBay's public sold history is roughly 90 days.
countMaximum listings per keyword.
ebaySiteMarketplace to query.
categoryOptional eBay category ID.
sortOrderEnded recently, newly listed, ending soonest, price low/high, or best match.
minPrice, maxPricePrice filters in the marketplace currency.
itemLocationDefault, local country only, or worldwide.
conditionAny, new, used, refurbished, open box, or parts/not working.
detailedSearchVisits each item page for extra detail. Slower and more expensive, but deeper.

Listing output

  • keyword, ebaySite, listingType
  • listingId, itemUrl
  • title, subtitle
  • priceText, priceAmount, currency
  • soldDate
  • extra item fields when detailedSearch is enabled
  • scrapedAt
{
"keyword": "iphone 15 pro max",
"ebaySite": "EBAY_US",
"listingType": "SOLD",
"listingId": "123456789012",
"title": "Apple iPhone 15 Pro Max 256GB",
"priceAmount": 899.99,
"currency": "USD",
"soldDate": "Jun 12, 2026",
"itemUrl": "https://www.ebay.com/itm/123456789012"
}

๐Ÿง  Seller intelligence fields

You can provide sellers through:

  • profileUrls: profile pages, feedback pages, store URLs, seller search URLs, or item URLs
  • usernames: raw eBay usernames
  • datasetId: an Apify dataset containing seller-like fields
FieldWhat it does
includeActiveListingsAdds active listing count and sample.
includeSoldListingsAdds sold count, GMV estimate, velocity, and sell-through signals.
includeRecentFeedbackAdds recent feedback comments.
sampleListingsNumber of active/sold sample listings to keep.
minFeedbackScoreKeep sellers above a lifetime feedback score.
minPositivePercentKeep sellers above a positive feedback percentage.
countriesKeep only sellers registered in selected countries.
mustBeTopRatedKeep only Top Rated sellers.
mustHaveStoreKeep only sellers with an eBay Store.
mustBeBusinessSellerKeep only business sellers.
minMonthlyGmvEstimateKeep sellers above an estimated monthly GMV.
tiersKeep selected seller tiers only.

Seller output

  • Identity: username, profileUrl, feedbackProfileUrl, ebaySite, avatarUrl
  • Reputation: feedbackScore, positiveFeedbackPercent, totalFeedbackReceived
  • Seller flags: isTopRated, isBusinessSeller, hasStore, storeUrl
  • Activity: activeListingsCount, soldLast90DaysCount, samples
  • Money signals: averageSoldPrice, gmv90dEstimate, monthlyGmvEstimate, annualGmvEstimate
  • Quality signals: sellThroughRate, repeatBuyerRatio, tier, globalTier
  • Currency context: currency, sellerCurrency, globalCurrency
  • Feedback detail: feedbackBreakdown, feedbackVelocity, recentFeedback
{
"username": "musicmagpie",
"ebaySite": "EBAY_UK",
"feedbackScore": 1234567,
"positiveFeedbackPercent": 98.8,
"isTopRated": true,
"hasStore": true,
"activeListingsCount": 250000,
"soldLast90DaysCount": 10000,
"monthlyGmvEstimate": 750000,
"sellThroughRate": 0.42,
"tier": "MEGA",
"sellerCurrency": "GBP"
}

๐Ÿ›ก๏ธ Anti-bot and reliability

eBay can be rough on datacenter traffic, especially at scale. This actor is built around:

  • HTTP requests only: no browser runtime
  • Marketplace-aware URLs for each supported eBay domain
  • Residential proxy defaults because eBay blocks many datacenter ASNs
  • Retries for 403, 429, 5xx, and bot-wall pages
  • Post-fetch filters so you can narrow a broad seller list without paying for rows you do not keep

๐Ÿ’ผ Use cases

  • Resale price research
  • Product-market validation
  • Sold-price history for marketplaces, dashboards, or spreadsheets
  • Competitor seller tracking
  • Finding power sellers in a niche
  • Marketplace due diligence
  • Seller lead lists for sourcing, wholesale, or partnerships
  • Monitoring active inventory and sell-through

โ“ FAQ

Q: Can it scrape sold listings?
Yes. Use KEYWORD_SEARCH with listingType: "SOLD".

Q: How far back can sold data go?
eBay's public sold/completed history is roughly 90 days. Older data is not reliably available from public pages.

Q: Are GMV numbers exact?
No. They are estimates based on public sold/feedback signals. Treat them as directional intelligence, not official eBay analytics.

Q: Should I enable detailedSearch?
Use it only when you need item-page details. For price research, the normal keyword output is usually faster and cheaper.

Q: What proxy should I use?
Residential proxy is strongly recommended for eBay. Datacenter can work for small tests but gets blocked more often.


๐Ÿท๏ธ Tags

ebay scraper ยท ebay sold listings ยท ebay price research ยท ebay seller scraper ยท ebay api alternative ยท resale research ยท seller intelligence ยท marketplace analytics ยท apify ebay


๐Ÿ”— Built for Apify | HTTP-only | 10 marketplaces | Sold listings + seller intelligence